spell fix
authorØyvind Kolås <ok@src.gnome.org>
Sun, 21 Aug 2005 19:00:28 +0000 (19:00 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Sun, 21 Aug 2005 19:00:28 +0000 (19:00 +0000)
ChangeLog
babl/base/Makefile.am

index 8e860b98ad2315cce192e15c8820f8c8d92efbe6..307715f9d927528e1e6081b7dde7e3e3c47c5240 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-21  Øyvind Kolås  <pippin@gimp.org>
+
+       * babl/base/Makefile.am: Typo, s/babl-grays/babl-gray/
+
 2005-08-21  Øyvind Kolås  <pippin@gimp.org>
 
        * docs/Makefile.am: Changed which html file is piped through w3m to
index 95d6e2b00c2b3897ed53945987aea62e91892003..c1b1d798c59d726a54bf84a9074e7df82cc67cb7 100644 (file)
@@ -10,7 +10,7 @@ c_sources =                   \
        type-u8.c               \
        type-u16.c              \
        model-rgb.c             \
-       model-grays.c           \
+       model-gray.c            \
        model-lab.c             \
        model-ycbcr.c